home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / crt / sun3.md / RCS / dummy.s,v < prev    next >
Text File  |  1988-06-19  |  324b  |  31 lines

  1. head     1.1;
  2. access   ;
  3. symbols  ;
  4. locks    ; strict;
  5. comment  @# @;
  6.  
  7.  
  8. 1.1
  9. date     88.06.19.14.35.36;  author ouster;  state Exp;
  10. branches ;
  11. next     ;
  12.  
  13.  
  14. desc
  15. @@
  16.  
  17.  
  18.  
  19. 1.1
  20. log
  21. @Initial revision
  22. @
  23. text
  24. @    .text
  25.     .globl Vaddd, Vsubd, Vfloord, _ffloat_
  26. Vfloord:jmp    Ffloord:L
  27. Vaddd:    jmp    Faddd:L
  28. Vsubd:    jmp    Fsubd:L
  29. _ffloat_:    rts
  30. @
  31.